home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / unixlib.lha / unix / include / stdio.h < prev    next >
C/C++ Source or Header  |  1995-12-06  |  203b  |  8 lines

  1. #ifndef _UNIX_STDIO_H
  2. #define _UNIX_STDIO_H
  3. #include "include:stdio.h"
  4. extern int pclose(FILE *);
  5. extern FILE *popen(const char *, const char *);
  6. extern char *tempnam(const char *, const char *);
  7. #endif
  8.